func runtime.notewakeup
21 uses
runtime (current package)
lock_futex.go#L139: func notewakeup(n *note) {
mgc.go#L1274: notewakeup(&work.bgMarkReady)
proc.go#L1452: notewakeup(&sched.sysmonnote)
proc.go#L1468: notewakeup(&mp.park)
proc.go#L1864: notewakeup(&sched.safePointNote)
proc.go#L2421: notewakeup(&newmHandoff.wake)
proc.go#L2649: notewakeup(&nmp.park)
proc.go#L2690: notewakeup(&sched.stopnote)
proc.go#L2699: notewakeup(&sched.safePointNote)
proc.go#L2807: notewakeup(&mp.park)
proc.go#L2832: notewakeup(&sched.stopnote)
proc.go#L4071: notewakeup(&sched.sysmonnote)
proc.go#L4088: notewakeup(&sched.stopnote)
proc.go#L4307: notewakeup(&sched.sysmonnote)
proc.go#L4343: notewakeup(&sched.sysmonnote)
proc.go#L5485: notewakeup(&mp.park)
profbuf.go#L388: notewakeup(&b.wait)
profbuf.go#L415: notewakeup(&b.wait)
rwmutex.go#L73: notewakeup(&w.park)
rwmutex.go#L116: notewakeup(&reader.park)
sigqueue.go#L116: notewakeup(&sig.note)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |